FHIR IG Statistics: CodeSystem/PDS-CommunicationContactMethod-1
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
No narrative content found in resource
Source
{
"resourceType": "CodeSystem",
"id": "PDS-CommunicationContactMethod-1",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/PDS-CommunicationContactMethod-1",
"version": "1.0.0",
"name": "PDS Communication Contact Method",
"status": "draft",
"date": "2018-11-28T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "A CodeSystem to to indicate the method of communication, in use by the Personal Demographics Service.",
"copyright": "Copyright © 2018 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "fax",
"display": "By fax"
},
{
"code": "mailto",
"display": "By email"
},
{
"code": "tel",
"display": "By telephone"
},
{
"code": "textphone",
"display": "By textphone"
}
]
}